home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / spawno30.zip / SPAWNLO.C < prev    next >
C/C++ Source or Header  |  1990-09-13  |  571b  |  15 lines

  1. /********************************************************************/
  2. /*   SPAWNO v2.0      XMS/disk swapping replacement for spawn...()  */
  3. /*   (c) Copyright 1990 Ralf Brown  All Rights Reserved         */
  4. /*                                    */
  5. /*   May be freely copied provided that this copyright notice is    */
  6. /*   not altered or removed.                        */
  7. /********************************************************************/
  8.  
  9. #include "spawno.h"
  10.  
  11. int _Cdecl spawnlo(const char *overlay_path,const char *prog_name,...)
  12. {
  13.    return __spawnv(overlay_path,prog_name,_va_ptr,0) ;
  14. }
  15.